home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / j51.zoo / input.rc < prev    next >
Encoding:
Text File  |  1992-02-17  |  268 b   |  12 lines

  1. # Bind <up-arrow>
  2. "\e*H": previous-history
  3. # bind <down-arrow>
  4. "\e*P": next-history
  5. # bind <left-arrow>
  6. "\e*K": backward-char
  7. # bind <right-arrow>
  8. "\e*M": forward-char
  9. # bind <delete> and <back-space>
  10. "":   backward-delete-char
  11. "✓":   backward-delete-char
  12.